home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / bgfax160.zip / RA.TXT < prev    next >
Text File  |  1996-06-20  |  2KB  |  54 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with Remote Access 2.xx                6-20-96
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. Remote Access can be setup in many ways to interface with BGFAX.  This
  8. document describes setup with BGFAX in /HOST mode.  It does not discuss
  9. BGFAX setup with shell-to-mailer mode, which would probably make the BBS
  10. load faster, but the setup is more complicated, so I'll let you guys
  11. figure that out yourselves once you get a basic understanding of how
  12. BGFAX works.
  13.  
  14. DO NOT USE "SHELL-TO-MAILER" MODE IF YOU ARE USING OS/2.  THIS MODE
  15. CAUSES FAXES TO COME IN GARBLED IF USING OS/2 !!!
  16.  
  17. Here is the simple method...  (If you are already using a front end
  18. mailer such as FrontDoor or Intermail, you need to look at the FD*.TXT
  19. or IM*.TXT files instead of this file)...
  20.  
  21. 1. From now on, to get your system ready to answer calls, start up your
  22.    BBS by using the FBBS.BAT file included with BGFAX
  23. 2. Be sure all the BGFAX files are copied into the directory as specified
  24.    by the BGFAX environment variable (A "SET BGFAX=C:\BGFAX" line must
  25.    exist in either your AUTOEXEC.BAT or FBBS.BAT file).
  26. 3. Make sure your BGFAX.CNF file is configured to use the proper fax class
  27.    that your modem supports (you may need to comment and uncomment some
  28.    lines in the BGFAX.CNF file).
  29.  
  30. You need to make a file called EXEBBS.BAT in the BGFAX directory.
  31.  
  32. EXEBBS.BAT
  33. ~~~~~~~~~~
  34. @echo off
  35. c:
  36. cd\ra
  37. RA -B%1 -E1
  38. %bgfax%\fbbs.bat
  39.  
  40. The most frequent problem people have with this setup... Once people get
  41. every thing configured, a data call comes into BGFAX, it transfers control
  42. to RA, but the user that called in sees only garbage characters on
  43. their screen.  The problem is that you have BGFAX's DTE speed set to a
  44. speed different than that of what RA! is using.  The port speeds in
  45. BGFAX and RA **MUST BE LOCKED AT THE SAME SPEED**  (BGFAX.CNF defaults
  46. to sp=57600, while RA may default to a locked speed of 38400.  You
  47. must change the speed in either BGFAX or RA so that they are the same!)
  48.  
  49. Consult the RA documention for the -B parameter to make sure you understand
  50. what you are doing.
  51.  
  52. Regards,
  53. bgfax author
  54.